Skip to content

feat: Add dedicated GitHub Action for tests#525

Closed
google-labs-jules[bot] wants to merge 1 commit intomasterfrom
add-testing-github-action
Closed

feat: Add dedicated GitHub Action for tests#525
google-labs-jules[bot] wants to merge 1 commit intomasterfrom
add-testing-github-action

Conversation

@google-labs-jules
Copy link

This pull request adds a new GitHub Action workflow to run the test suite automatically.

Key changes:

  • Added a new test for the Note component.
  • Created a new workflow file at .github/workflows/tests.yml that runs on pushes and pull requests to master.
  • The workflow installs dependencies and runs the tests using yarn test:ci.

This will help ensure code quality and prevent regressions from being merged.

This change introduces a new GitHub Action workflow dedicated to running the test suite.

- A new test for the `Note` component has been added to demonstrate how to expand the test suite.
- The new workflow is defined in `.github/workflows/tests.yml` and is triggered on pushes and pull requests to the `master` branch.
- It uses the `test:ci` script to run Jest in a CI-friendly way.
@floitsch floitsch closed this Aug 12, 2025
@floitsch floitsch deleted the add-testing-github-action branch September 14, 2025 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant